home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
amiexpress
/
source
/
ae
/
code
/
ax3.00
/
uniconifyae.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-01-03
|
257 b
|
22 lines
#include "bbs.h"
void UnIconifyAE(int opt)
{
KEYIN=1;
ICON=0;
OpenDisplay();
MyClearStatusPane();
StatPrintUser(&User);
if(AWAITLOGON)
{
Cycle_The_Display();
if(!opt)DisplayAwaitMsg();
}
if(ZWindow)
{
OpenZDisplay();
UpdateZDisplay();
}
}